Skip to content

Conversation

finger563
Copy link
Contributor

Add PICO-8 emulator support to expand the available game library.


Open Background Agent:

Web · Cursor

Refer to Background Agent docs

Copy link

github-actions bot commented Jul 20, 2025

⚡ Static analysis result ⚡

🔴 cppcheck found 1 issue! Click here to see details.

memset(buffer, 0, frames * 2 * sizeof(int16_t)); // Stereo
return;
}
// Get audio samples from femto8
femto8_get_audio_samples(buffer, frames);

!Line: 246 - warning: Either the condition '!buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]

!Line: 244 - note: Assuming that condition '!buffer' is not redundant
!Line: 246 - note: Null pointer dereference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants